home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / WF_640.run < prev    next >
Encoding:
Text File  |  1999-09-08  |  435 b   |  22 lines

  1. module oProject is cProject
  2. with
  3.     Flags is $00000004;
  4.     
  5.     Name is "Web-Fix"; 
  6.     Width is 640; Height is 480; 
  7.     OnscreenDepth is 16; 
  8.     OnscreenFlag is 0; OffscreenFlag is true; 
  9.     
  10.     MainURL is "Code640/Sorry.k"; 
  11.     SiteURL is "http://www.Web-Fix.de/"; 
  12.     
  13.     Configurations is [
  14.         cInfoConfiguration
  15.         with 
  16.             Flags is $00000000; 
  17.             Copyright is "\$A91999 by iDots & art4art"; 
  18.             Comment is "Code by Pierre Marcel Uetzels"; 
  19.         end
  20.     ];
  21. end;
  22.